←Select platform

StoreToQueryModel(DicomDataSet,string,string,string,ReferencedImages[]) Method

Summary

Allows inherited classes to process the request dataset and store it to the query model.

Syntax

C#
VB
C++
protected virtual void StoreToQueryModel( 
   DicomDataSet requestDataSet, 
   string referenceFilePath, 
   string storeToken, 
   string externalStoreGuid, 
   ReferencedImages[] generatedImages 
) 
  
Protected Overloads Overridable Sub StoreToQueryModel( _ 
   ByVal requestDataSet As Leadtools.Dicom.DicomDataSet, _ 
   ByVal referenceFilePath As String, _ 
   ByVal storeToken As String, _ 
   ByVal externalStoreGuid As String, _ 
   ByVal generatedImages() As Leadtools.Medical.Storage.Dataaccesslayer.ReferencedImages _ 
)  

Parameters

requestDataSet
The Leadtools.Dicom.DicomDataSet to be stored.

referenceFilePath
The path where the requestDataSet is stored.

storeToken
The token that corresponds to the stored requestDataSet.

externalStoreGuid
The guid that uniquely identifies the external store where the requestDataSet is stored.

generatedImages
Information about images generated from this requestDataSet

Remarks

The CStoreCommand does not implement this method. This method is intended for inherited classes to store the Leadtools.Dicom.DicomDataSet information to their own query model.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly